home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Source / mark.h < prev    next >
Encoding:
Text File  |  1995-03-07  |  615 b   |  11 lines  |  [TEXT/MMCC]

  1. Boolean FindParentCell (WindowPtr wind, short index, Cell *theCell);
  2. OSErr AppendUnreadRange (long first, long last, TGroup *theGroup);
  3. void AdjustUnreadList (TGroup *theGroup);
  4. OSErr UpdateUnreadList (WindowPtr wind);
  5. void MarkSubjectCellRead (WindowPtr wind, Cell theCell);
  6. void MarkAllSubjects (WindowPtr wind, Boolean read);
  7. OSErr MarkArticle (WindowPtr wind, Boolean read);
  8. OSErr MarkSelectedGroups (WindowPtr wind, Boolean read, long maxUnread);
  9. void MarkThread (WindowPtr wind, short threadHeadIndex, Boolean read);
  10. OSErr DoMarkCommand (WindowPtr wind, Boolean read);
  11. OSErr DoMarkOthersRead (WindowPtr wind);